| Name | Server Links Format |
| Description | Server links are represented in Denizen as MapTags with the following keys:
- link: The address of the link, required. And one of: - type: The type of the link, valid types are listed at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/ServerLinks.Type.html. - display: The display name of the link. |
| Group | Minecraft Logic |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/utilities/Utilities.java#L653 |